home *** CD-ROM | disk | FTP | other *** search
- { FormulaBuilder Data-Aware Demo }
- { Copyright 1995, Clayton Collie }
- { All Rights Reserved }
- program Dbfrmbld;
- uses
- Forms,
- DBEXPRFM in 'DBEXPRFM.PAS' {DBExprBuilder},
- Vendorfm in 'VENDORFM.PAS'; {Vendorfrm}
-
- {$R *.RES}
-
- begin
- Application.CreateForm(TVendorfrm, Vendorfrm);
- Application.Run;
- end.
-